Skip to content

Commit

Permalink
add demo of re-pattern usage
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 18, 2024
1 parent 0a4ae70 commit 3306cb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ regex.core/re-pattern |\d+
; "creates any-ref to hold a native regex pattern"
```

```cirru
let
pattern $ regex.core/re-pattern "|\d+"
regex.core/re-find |a4 |\d
```

Install to `~/.config/calcit/modules/`, compile and provide `*.{dylib,so}` file with `./build.sh`.

### Workflow
Expand Down

0 comments on commit 3306cb0

Please sign in to comment.