ClojureDocs

Search results for query: re

121 to 130 of 152 results. prev page | next page

  • with-read-known

    clojure.main

    • (with-read-known & body)

    Evaluates body with *read-eval* set to a "known" value, i.e. substituting true for :unknown if necessary.

    0 examples
  • regex-spec-impl

    clojure.spec.alpha

    • (regex-spec-impl re gfn)

    Do not call this directly, use 'spec' with a regex op argument

    0 examples
  • prewalk-replace

    clojure.walk

    • (prewalk-replace smap form)

    Recursively transforms form by replacing keys in smap with their values. Like clojure/replace but works on any data structure. Does replacement at the root of the tree first.

    • 0 examples
      • 0 examples
      • *reader-resolver*

        clojure.core

          0 examples
        • walk-record-term

          clojure.core.logic

          • (walk-record-term v f)

          0 examples
        • as-relative-path

          clojure.java.io

          • (as-relative-path x)

          Take an as-file-able thing and return a string if it is a relative path, else IllegalArgumentException.

          1 example
        • renumbering-read

          clojure.main

          • (renumbering-read opts reader line-number)

          Reads from reader, which must be a LineNumberingPushbackReader, while capturing the read string. If the read is successful, reset the line number and re-read. The line number on re-read is the passed line-number unless :line or :clojure.core/eval-file meta are explicitly set on the read value....

          0 examples
        • postwalk-replace

          clojure.walk

          • (postwalk-replace smap form)

          Recursively transforms form by replacing keys in smap with their values. Like clojure/replace but works on any data structure. Does replacement at the leaves of the tree first.