Warning: session_start(): open(/var/lib/php/sessions/sess_jrel7dl3m4knathvuhm1qcduu8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
anToA - simplify "an" to "a" (everywhere, even where "wrong") [1004475]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1004475 // anToA - simplify "an" to "a" (everywhere, even where "wrong")

JavaX fragment (include)

static S anToA(S s) {
  ret jreplaceIC(s, "an <id>", "a $2");
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1004475
Snippet name: anToA - simplify "an" to "a" (everywhere, even where "wrong")
Eternal ID of this version: #1004475/4
Text MD5: f59fa9fa6439fc425c4fddf3dfe9519e
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-24 03:16:37
Source code size: 65 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 939 / 900
Version history: 3 change(s)
Referenced in: #1004488 - aToAn - convert "a" to "an" where appropriate anywhere in string
#1006654 - Standard functions list 2 (LIVE, continuation of #761)