1 | sS regexpForFloatingPointWithoutSign() {
|
2 | // for sign prepend "[+-]?" |
3 | ret [[\d+(\.\d*)?([eE][+-]?\d+)?|\.\d+([eE][+-]?\d+)?]]; |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1036343 |
| Snippet name: | regexpForFloatingPointWithoutSign |
| Eternal ID of this version: | #1036343/2 |
| Text MD5: | 8d714a50446418c8a9fd4ccf713526a9 |
| Author: | stefan |
| Category: | javax / maths |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-11-21 11:11:56 |
| Source code size: | 134 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 393 / 421 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |