Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 11.6 KB

README.md

File metadata and controls

36 lines (21 loc) · 11.6 KB

match-to-token

transform a RegExp named group match to a more useful object

npm i match-to-token pnpm add match-to-token yarn add match-to-token

API

# matchToToken(match)

    # match

      null | RegExpMatchArray

    matchToToken(match)  =>

# RegExpToken

    # constructor(pattern)

# Token
# RegExpMatchArrayLike

    # index

      number

    # input

      string

# TokenJson

    # group

      string

    # source

      {

      # index

        number

      # input

        string

      # match

        string []

      }

    # value

      string

# matchToToken(match)

    # match

      null | RegExpMatchArray

    matchToToken(match)  =>

Contributing

Fork or edit and submit a PR.

All contributions are welcome!

License

MIT © 2022 stagas