summary refs log tree commit diff stats
path: root/lib/js/jsre.nim
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Added missing functions to jsre module (#17881)Yanis Zafirópulos2021-05-011-0/+30
| | | | | | | * added missing functions: `replace`, `replaceAll`, `split`, `match` * added `startsWith` & `endsWith` * Update lib/js/jsre.nim Co-authored-by: Juan Carlos <juancarlospaco@gmail.com>
* Improve jsre (#17365)Juan Carlos2021-03-211-30/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add dollar for regex * Add dollar for regex * Peer review feedbacks * Peer review feedbacks * Update lib/js/jsre.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update lib/js/jsre.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update lib/js/jsre.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Pear review * Beer review * Beer review Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* clean up the docs of some modules under lib/js (#16579)flywind2021-01-041-1/+1
|
* js module also uses runnableExamples (#16229)flywind2020-12-021-12/+9
|
* Fix #15183 (#15300)Juan Carlos2020-09-111-10/+13
|
* jsre: try to fix nightlies (#15057)Miran2020-07-241-0/+3
|
* Add jsre (#14870)Juan Carlos2020-07-031-0/+43