mozilla / nunjucks

A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

Home Page:https://mozilla.github.io/nunjucks/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Match Strings Using Regular Expression

Beau-Yang opened this issue · comments

Hi, I have one question about how to use nunjucks to match strings using regular expressions.

I have a string in the format like "Title: A Content: B" and I want to extract A and B respectively. The documentation of nunjucks only says that the regular expressions in it have the test() method which is used to return whether the pattern exists instead of the content. Is there a way to match strings?

Thanks in advance.

hey, can I work on this issue