User:Mahir256/sandbox2
Appearance
These lists are as of 15 August 2023, around 4 UTC.
Functions with Python implementations
- join two strings (Z10000)
- is empty string (Z10008)
- reverse string (Z10012)
- to uppercase (Z10018)
- (!) get lemma string from Lexeme JSON (Z10037)
- (!) get language item from Lexeme JSON (Z10041)
- to lowercase (Z10047)
- remove regular spaces (Z10052)
- Base64 Encode (Z10057)
- Base64 decode (Z10062)
- SHA-512 (Z10067)
- has substring (Z10070)
- replace all substrings (Z10075)
- trim string (Z10079)
- is string blank (Z10083)
- remove leading spaces (Z10084)
- Unlabelled (Z10093)
- Remove trailing spaces (Z10095)
- is a palindrome (Z10096)
- string end padding (Z10108)
- compose two Functions (Z10111)
- Sandbox-Function (Z8) (Z10119)
- SHA-256 (Z10124)
- SHA-384 (Z10132)
- MD5 (Z10137)
- SHA-1 (Z10148)
- SHA-224 (Z10149)
- SHAKE128 (Z10150)
- SHAKE256 (Z10151)
- and (Z10174)
- Punycode encode (Z10178)
- Punycode decode (Z10181)
- or (Z10184)
- IDNA encode (Z10185)
- IDNA decode (Z10188)
- replace all (regex, case sensitive) (Z10193)
- is regular expression match? (Z10196)
- nullary false (Z10206)
- nullary true (Z10210)
- not (Z10216)
- get lexical category from Lexeme JSON (Z10222)
- (!) lexeme form JSON has desired grammatical feature (Z10225)
- nor (Z10231)
- Boolean inequality (Z10237)
- nand (Z10243)
- to Title Case (Z10251)
- binary false (Z10257)
- Boolean left (Z10265)
- Boolean not left (Z10272)
- to snake_case (Z10281)
- binary true (Z10287)
- to PascalCase (Z10290)
- Boolean right (Z10298)
- Boolean not right (Z10306)
- encode NATO phonetic alphabet code (Z10309)
- replace all kind of whitespaces with a single U+0020 space (Z10313)
- Boolean implication (Z10329)
- is uppercase (Z10336)
- Brainfuck Interpreter (Z10441)
- is Esperanto adjective (Z10450)
- to x-system (Z10459)
- Esperanto plural (Z10482)
- (!) get representation string from form JSON (Z10495)
- (!) get gloss string from sense JSON (Z10499)
- Unicode character name (Z10507)
- is Esperanto noun (Z10514)
- is Whyte notation (Z10524)
- DMS coordinate to decimal (Z10567)
- Bangla grapheme split (Z10587)
- genitive case of Bangla word (Z10591)
- encode URI component (Z10608)
- string starts with (Z10615)
- string ends with (Z10618)
- ROT13 (Latin alphabet) (Z10627)
- is alphanumeric (Z10641)
- get URI scheme (Z10673)
- Boolean equality (Z844)
- string equality (Z866)
Functions with JavaScript implementations
- join two strings (Z10000)
- is empty string (Z10008)
- reverse string (Z10012)
- to uppercase (Z10018)
- to lowercase (Z10047)
- remove regular spaces (Z10052)
- Base64 Encode (Z10057)
- Base64 decode (Z10062)
- has substring (Z10070)
- replace all substrings (Z10075)
- trim string (Z10079)
- is string blank (Z10083)
- Unlabelled (Z10093)
- is a palindrome (Z10096)
- string end padding (Z10108)
- (!) function return type (Z10112)
- Sandbox-Function (Z8) (Z10119)
- remove all characters except ASCII alphanumerics (Z10171)
- and (Z10174)
- or (Z10184)
- replace all (regex, case sensitive) (Z10193)
- nullary false (Z10206)
- nullary true (Z10210)
- unary false (Z10214)
- not (Z10216)
- nor (Z10231)
- Boolean inequality (Z10237)
- binary false (Z10257)
- to snake_case (Z10281)
- binary true (Z10287)
- to PascalCase (Z10290)
- replace all kind of whitespaces with a single U+0020 space (Z10313)
- Boolean implication (Z10329)
- is uppercase (Z10336)
- is lowercase (Z10346)
- compact JSON string (Z10357)
- are strings anagrams (Z10423)
- to h-system (Z10458)
- to x-system (Z10459)
- reverse string (grapheme level) (Z10548)
- is palindrome (grapheme level) (Z10553)
- inverse binary number (Z10559)
- is character Hebrew? (Z10561)
- Unlabelled (Z10599)
- Unlabelled (Z10601)
- number is between (float64) (Z10603)
- encode URI component (Z10608)
- Unlabelled (Z10612)
- string starts with (Z10615)
- string ends with (Z10618)
- ROT13 (Latin alphabet) (Z10627)
- generate HTML source for anchor tag (hyperlink) (Z10638)
- Echo (Z801)
- Boolean equality (Z844)
- string equality (Z866)
Functions with composition implementations
- is empty string (Z10008)
- remove regular spaces (Z10052)
- trim string (Z10079)
- is string blank (Z10083)
- remove leading spaces (Z10084)
- Remove trailing spaces (Z10095)
- is a palindrome (Z10096)
- compose two Functions (Z10111)
- (!) function return type (Z10112)
- Sandbox-Function (Z8) (Z10119)
- unary false (Z10214)
- not (Z10216)
- nor (Z10231)
- Boolean inequality (Z10237)
- nand (Z10243)
- K combinator (Z10249)
- binary false (Z10257)
- Boolean left (Z10265)
- Boolean not left (Z10272)
- to snake_case (Z10281)
- binary true (Z10287)
- Boolean right (Z10298)
- Boolean not right (Z10306)
- replace all kind of whitespaces with a single U+0020 space (Z10313)
- is snake case (Z10324)
- Boolean implication (Z10329)
- is uppercase (Z10336)
- is lowercase (Z10346)
- backwards Boolean implication (Z10348)
- is pascal case (Z10363)
- is title case (Z10375)
- Brainfuck Interpreter (Z10441)
- case-insensitive string equality (Z10539)
- Echo (Z801)