Libraryless. Click here for Pure Java version (2927L/17K).
static LS tok_identifiersInOrder(S s) { ret filter isIdentifier(javaTokC(s)); } static LS tok_identifiersInOrder(LS tok) { ret filter isIdentifier(codeTokens(tok)); }
Began life as a copy of #1015746
download show line numbers debug dex old transpilations
Travelled to 5 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1029977 |
| Snippet name: | tok_identifiersInOrder |
| Eternal ID of this version: | #1029977/3 |
| Text MD5: | 1a39255cf5e2a7e793bdc7285a1738ad |
| Transpilation MD5: | bbcbf374655e39999732a0e42991a525 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-06-22 02:56:58 |
| Source code size: | 177 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 439 / 596 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1029979 - tok_integersInOrder - ignores minus signs |