|
9 | 9 | |re-find $ %{} :CodeEntry (:doc |)
|
10 | 10 | :code $ quote
|
11 | 11 | defn re-find (s pattern)
|
12 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_find" s pattern |
| 12 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_find" s pattern |
13 | 13 | |re-find-all $ %{} :CodeEntry (:doc |)
|
14 | 14 | :code $ quote
|
15 | 15 | defn re-find-all (s pattern)
|
16 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_find_all" s pattern |
| 16 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_find_all" s pattern |
17 | 17 | |re-find-index $ %{} :CodeEntry (:doc |)
|
18 | 18 | :code $ quote
|
19 | 19 | defn re-find-index (s pattern)
|
20 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_find_index" s pattern |
| 20 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_find_index" s pattern |
21 | 21 | |re-matches $ %{} :CodeEntry (:doc |)
|
22 | 22 | :code $ quote
|
23 | 23 | defn re-matches (s pattern)
|
24 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_matches" s pattern |
| 24 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_matches" s pattern |
25 | 25 | |re-pattern $ %{} :CodeEntry (:doc |)
|
26 | 26 | :code $ quote
|
27 | 27 | defn re-pattern (pattern)
|
28 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_pattern" pattern |
| 28 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_pattern" pattern |
29 | 29 | |re-replace-all $ %{} :CodeEntry (:doc |)
|
30 | 30 | :code $ quote
|
31 | 31 | defn re-replace-all (s pattern next)
|
32 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_replace_all" s pattern next |
| 32 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_replace_all" s pattern next |
33 | 33 | |re-split $ %{} :CodeEntry (:doc |)
|
34 | 34 | :code $ quote
|
35 | 35 | defn re-split (s pattern)
|
36 |
| - &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_std") "\"re_split" s pattern |
| 36 | + &call-dylib-edn (get-dylib-path "\"/dylibs/libcalcit_regex") "\"re_split" s pattern |
37 | 37 | :ns $ %{} :CodeEntry (:doc |)
|
38 | 38 | :code $ quote
|
39 | 39 | ns regex.core $ :require
|
|
0 commit comments