All pages
Appearance
- Object (Z1)
- join two strings (Z10000)
- join: 'Hello, ' & 'World!' (Z10001)
- join: 'Wiki' & 'functions' (Z10002)
- join: 'Hello, ' & 'World' (Farsi) (Z10003)
- using + in Python (Z10004)
- join using + in JavaScript (Z10005)
- a+b = ab (Z10006)
- join empty strings (Z10007)
- is empty string (Z10008)
- "" is empty (Z10009)
- Arabic (Z1001)
- "abc" is not empty (Z10010)
- compare to "" in Python (Z10011)
- reverse string (Z10012)
- reverse Python (Z10013)
- abc reversed is cba (Z10014)
- JavaScript implementation of Echo (Z10015)
- reverse: 'stressed' is 'desserts' (Z10016)
- reverse JavaScript (Z10017)
- to uppercase (Z10018)
- uppercase JavaScript (Z10019)
- English (Z1002)
- to uppercase: 'capital' is 'CAPITAL' (Z10020)
- uppercase Python (Z10021)
- Turkish final-obstruent devoicing for string (Z10022)
- Turkish final-obstruent devoicing for string Python (Z10023)
- Turkish "yaprak" → "yaprağ" (Z10024)
- Turkish "kanat" → "kanad" (Z10025)
- Turkish "ahenk" → "aheng" (Z10026)
- Turkish "sevinç" → "sevinc" (Z10027)
- Turkish "şarap" → "şarab" (Z10028)
- Turkish syllable counter (Z10029)
- Spanish (Z1003)
- Turkish syllable counter Python (Z10030)
- Turkish syllable counter 'ağaç' (Z10031)
- count syllables in Turkish "yol" (Z10032)
- Turkish syllabication (Z10033)
- to uppercase: Georgian letters (Z10034)
- to uppercase: 'Even Title Case Becomes Upper!' (Z10036)
- (!) get lemma string from Lexeme JSON (Z10037)
- (!) get lemma string from Lexeme JSON (Python) (Z10038)
- bn lemma of L301993 at revision 1202251564 is 'হৃদয়' (Z10039)
- French (Z1004)
- de lemma of L301993 at revision 1202251564 is '∅' (Z10040)
- (!) get language item from Lexeme JSON (Z10041)
- (!) get language item from Lexeme JSON (Python) (Z10042)
- language of L301993 at revision 1202251564 is 'Q9610' (Z10043)
- echo composition (Z10044)
- is empty string composition impl (Z10045)
- compare to "" in JavaScript (Z10046)
- to lowercase (Z10047)
- lowercase JavaScript (Z10048)
- to lowercase: 'Hello World' is 'hello world' (Z10049)
- Russian (Z1005)
- lowercase Python (Z10050)
- to lowercase: 'LOWERCASE' is 'lowercase' (Z10051)
- remove regular spaces (Z10052)
- remove spaces JavaScript (Z10053)
- remove spaces Python (Z10054)
- remove spaces: 'hello world' is 'helloworld' (Z10055)
- remove spaces: '123 456 789' is '123456789' (Z10056)
- Base64 Encode (Z10057)
- Base64 Encode JavaScript (Z10058)
- Base64 Encode: 'Hello World' is 'SGVsbG8gV29ybGQ=' (Z10059)
- Chinese (Z1006)
- Base64 Encode Python (Z10060)
- Base64 Encode: '123456' is 'MTIzNDU2' (Z10061)
- Base64 decode (Z10062)
- Base64 Decode: 'SGVsbG8gV29ybGQ=' is 'Hello World' (Z10063)
- Base64 Decode: 'MTIzNDU2' is '123456' (Z10064)
- Base64 Decode JavaScript (Z10065)
- Base64 Decode Python (Z10066)
- SHA-512 (Z10067)
- SHA-512: hash for 'hello world' (Z10068)
- SHA-512 Python (Z10069)
- has substring (Z10070)
- has substring: 'hello world' and 'hello' is true (Z10071)
- has substring: 'hello world' and 'test' is false (Z10072)
- has substring JavaScript (Z10073)
- has substring, Python (Z10074)
- replace all substrings (Z10075)
- replace all Python (Z10076)
- remove spaces by replacing all (Z10077)
- non-BMP characters reverse (Z10078)
- trim string (Z10079)
- removes spaces around a string (Z10080)
- trim, JavaScript implementation (Z10081)
- trim, Python implementation (Z10082)
- is string blank (Z10083)
- remove leading spaces (Z10084)
- python implementation of Remove Leading Spaces (Z10085)
- Composition implementation of is blank (Z10086)
- remove leading spaces: ' hello' is 'hello' (Z10087)
- Tests returns true if string just contains space (Z10088)
- non-blank string returns false (Z10089)
- JavaScript implementation of is blank (Z10090)
- Python implementation of is blank (Z10091)
- remove leading spaces: only strip leading spaces (Z10092)
- JavaScript implementation of String start padding (Z10094)
- Remove trailing spaces (Z10095)
- is a palindrome (Z10096)
- python rstrip (Z10097)
- ' a b c ' → ' a b c' (Z10098)
- Python implementation of is palindrome (Z10099)
- Validate object (Z101)
- Only remove spaces at the end, not anywhere else (Z10100)
- reverse -> remove leading spaces -> reverse (Z10101)
- reverse -> remove trailing spaces -> reverse (Z10102)
- remove leading -> remove trailing (Z10103)
- 'returruter' is a palindrome (Z10104)
- reverse == orig (Z10105)
- test if the string 'palindrome' is a palindrome (Z10106)
- string end padding (Z10108)
- JavaScript implementation of string end padding (Z10109)
- Bangla (Z1011)
- Python implementation of string end padding (Z10110)
- compose (Z10111)
- (!) function return type (Z10112)
- js get function return type (Z10113)
- get function return type (Z10114)
- Compose functions in Python (Z10115)
- Compose functions (Composition) (Z10116)
- Replace All: 'hello world', 'o', 'a' is 'hella warld' (Z10117)
- Replace All JavaScript (Z10118)
- Sandbox-Function [[Z8]] (Z10119)
- Malayalam (Z1012)
- Replace All: 'banana', 'na', '' is 'ba' (Z10120)
- Sandbox-Implementation (Z10121)
- Sandbox-Test (Z10122)
- Sandbox-Implementation 2 (Z10123)
- SHA-256 (Z10124)
- SHA-256 encode Python (Z10125)
- SHA-256 of empty string (Z10126)
- SHA-256, python (Z10127)
- SHA-256 of lowercase a (Z10128)
- SHA-512 of empty string (Z10129)
- Hausa (Z1013)
- SHA-256, Python (Z10130)
- Sandbox-Implementation 3 (Z10131)
- SHA-384 (Z10132)
- SHA-384 encode Python (Z10133)
- SHA-384 of empty string (Z10134)
- MD2 Hashing (Z10135)
- MD4 (Z10136)
- MD5 (Z10137)
- RIPEMD-128 (Z10138)
- RIPEMD-160 (Z10139)
- Igbo (Z1014)
- BLAKE2b-160 (Z10140)
- BLAKE2b-256 (Z10141)
- BLAKE2b-384 (Z10142)
- BLAKE2b-512 (Z10143)
- BLAKE2s-128 (Z10144)
- BLAKE2s-160 (Z10145)
- BLAKE2s-224 (Z10146)
- BLAKE2s-256 (Z10147)
- SHA-1 (Z10148)
- SHA-224 (Z10149)
- Dagbani (Z1015)
- SHAKE128 (Z10150)
- SHAKE256 (Z10151)
- SHA3-224 (Z10152)
- SHA3-256 (Z10153)
- SHA3-384 (Z10154)
- SHA3-512 (Z10155)
- scrypt (Z10156)
- pbkdf2_hmac (Z10157)
- MD5 encode Python (Z10158)
- MD5 of empty string (Z10159)
- Baoulé (Z1016)
- SHA-224 encode Python (Z10160)
- SHA-224 hash of "test" (Z10161)
- SHA-1 encode Python (Z10162)
- sha1("hello world") (Z10163)
- SHAKE256 Python (Z10164)
- SHAKE128 Python (Z10165)
- Sandbox-Implementation 4 (Z10166)
- Berom (Z1017)
- remove all characters except ASCII digits, uppercase Latin letters and lowercase Latin letters (Z10171)
- remove all characters except ASCII digits, uppercase Latin letters and lowercase Latin letters (JS) (Z10172)
- "X Y-Z" returns "XYZ" (Z10173)
- and (Z10174)
- Python and (Z10175)
- true and true is true (Z10176)
- true and false is false (Z10177)
- Punycode encode (Z10178)
- Punycode encode, python (Z10179)
- Pa'O (Z1018)
- Punycode encode "测试" (Z10180)
- Punycode decode (Z10181)
- Punycode decode Python (Z10182)
- Punycode decode "0zwm56d" (Z10183)
- or (Z10184)
- IDNA encode (Z10185)
- Python or (Z10186)
- IDNA encode Python (Z10187)
- IDNA decode (Z10188)
- false and true is false (Z10189)
- Gun (Z1019)
- IDNA decode in Python (Z10190)
- false and false is false (Z10191)
- true or true is true (Z10192)
- replace all (regex, case sensitive) (Z10193)
- Replace all regex matches Python (Z10194)
- true or false is true (Z10195)
- regular expression match (Z10196)
- regex match Python (Z10197)
- false or true is true (Z10198)
- replace Punjabi Shahmukhi arlam with original lam (Z10199)
- Validate persistent object (Z102)
- Karen (Z1020)
- false or false is false (Z10200)
- JavaScript or (Z10201)
- && in JavaScript (Z10202)
- replacing Punjabi Shahmukhi arlam with original lam in "ناࣇ" gives "نال" (Z10203)
- replacing Punjabi Shahmukhi arlam with original lam in "اُنگࣇِیاں" gives "اُنگلِیاں" (Z10204)
- replace Punjabi Shahmukhi arlam with original lam, composition (Z10205)
- nullary false (Z10206)
- Nullary false in Python (Z10207)
- Nullary false in JavaScript (Z10208)
- nullary false returns false (Z10209)
- Norwegian (Z1021)
- nullary true (Z10210)
- nullary true in Python (Z10211)
- nullary true in JavaScript (Z10212)
- true == true (Z10213)
- unary false (Z10214)
- Boolean identity (Z10215)
- not (Z10216)
- unary true (Z10217)
- JavaScript unary false (Z10218)
- boolean identity in JavaScript (Z10219)
- Samburu (Z1022)
- JavaScript negation (Z10220)
- JavaScript unary true (Z10221)
- get lexical category from Lexeme JSON (Z10222)
- (!) get lexical category from Lexeme JSON (Python) (Z10223)
- lexical category of L301993 at revision 1202251564 is 'Q1084' (Z10224)
- (!) lexeme form JSON has desired grammatical feature (Z10225)
- (!) lexeme form JSON has desired grammatical feature (Python) (Z10226)
- L301993-F1 at revision 1202251564 has feature 'Q131105' (Z10227)
- Makasar (Z1023)
- remove all characters except ASCII digits, uppercase Latin letters and lowercase Latin letters, composition (Z10230)
- nor (Z10231)
- NOR composition of NOT OR (Z10232)
- true nor true is false (Z10233)
- true nor false is false (Z10234)
- false nor true is false (Z10235)
- false nor false is true (Z10236)
- Boolean inequality (Z10237)
- true XOR true is false (Z10238)
- true XOR false is true (Z10239)
- Welsh (Z1024)
- false XOR true is true (Z10240)
- false XOR false is false (Z10241)
- XOR composition of NOT XNOR (Z10242)
- nand (Z10243)
- NAND composition of NOT AND (Z10244)
- true NAND true is false (Z10245)
- true NAND false is true (Z10246)
- false NAND true is true (Z10247)
- false NAND false is true (Z10248)
- K combinator (Z10249)
- Polish (Z1025)
- Python xnor (Z10250)
- to Title Case (Z10251)
- Title case - hello (Z10252)
- Title case - hello, world! (Z10253)
- Python Title case (Z10254)
- Title case - HELLO, WORLD! (Z10255)
- Title case - hELLO, wORLD! (Z10256)
- binary false (Z10257)
- Binary False - False, False is False (Z10258)
- Binary False is False Value (Z10259)
- Shawiya (Z1026)
- Binary False - False, True is False (Z10260)
- Binary False - True, False is False (Z10261)
- Binary False - True, True is False (Z10262)
- Python Binary False (Z10263)
- JavaScript Binary False (Z10264)
- Boolean left (Z10265)
- Boolean Left - False, False is False (Z10266)
- Boolean Left - False, True is False (Z10267)
- Boolean Left - True, False is True (Z10268)
- Boolean Left - True, True is True (Z10269)
- Kaqchikel (Z1027)
- Python Boolean Left (Z10270)
- Composition Boolean Left (Z10271)
- Boolean not left (Z10272)
- Boolean Not Left - False, False is True (Z10273)
- Boolean Not Left - False, True is True (Z10274)
- Boolean Not Left - True, False is False (Z10275)
- Boolean Not Left - True, True is False (Z10276)
- Composition Boolean Not Left (Z10277)
- Python Boolean Not Left (Z10278)
- Python nor (Z10279)
- Soninke (Z1028)
- Python NAND (Z10280)
- to snake_case (Z10281)
- snake case - hello world (Z10282)
- snake case - Hello World (Z10283)
- Composition To Snake Case (Z10284)
- (!) snake case - ID card Number (Z10285)
- Python To Snake Case (Z10286)
- binary true (Z10287)
- Binary True - False, False is True (Z10288)
- Binary True - False, True is True (Z10289)
- Marwari (Z1029)
- to PascalCase (Z10290)
- Binary True - True, False is True (Z10291)
- Binary True - True, True is True (Z10292)
- pascal case - hello world (Z10293)
- pascal case - Hello World (Z10294)
- snake case to pascal case (Z10295)
- Composition - Binary True (Z10296)
- Python To Pascal Case (Z10297)
- Boolean right (Z10298)
- Boolean right - False, False is False (Z10299)
- Validate key (Z103)
- Vai (Z1030)
- Boolean right - False, True is True (Z10300)
- Boolean right - True, False is False (Z10301)
- Boolean right - True, True is True (Z10302)
- Python Boolean Right (Z10303)
- Composition Binary Right (Z10304)
- Python Binary True (Z10305)
- Boolean not right (Z10306)
- Boolean Not Right - False, False is True (Z10307)
- Boolean Not Right - False, True is False (Z10308)
- encode NATO phonetic alphabet code (Z10309)
- Chinook Jargon (Z1031)
- Boolean Not Right - True, False is True (Z10310)
- Boolean Not Right - True, True is False (Z10311)
- encode NATO phonetic alphabet - DCD → 'DELTA CHARLIE DELTA' (Z10312)
- replace all kind of whitespaces with a single U+0020 space (Z10313)
- Composition: Not (Boolean Right) (Z10314)
- Python Boolean Not Right (Z10315)
- replace all spaces with a single space in JavaScript (Z10316)
- encode NATO phonetic alphabet - LFSG330 (Z10317)
- unary false - False is False (Z10318)
- encode NATO phonetic alphabet - A (Z10319)
- Ndonga (Z1032)
- unary false - True is False (Z10320)
- Composition unary false (Z10321)