{
    "mode": "man",
    "parameter": "regjsparser",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/regjsparser/1/json",
    "generated": "2026-09-03T15:48:16Z",
    "synopsis": "regjsparser [regex ...]\nregjsparser [-f | --flags] [flags] [regex ...]",
    "sections": {
        "NAME": {
            "content": "regjsparser - Parser of Javascript regular expressions\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "regjsparser [regex ...]\n\nregjsparser [-f | --flags] [flags] [regex ...]\n",
            "subsections": [
                {
                    "name": "regjsparser [-v | --version]",
                    "content": ""
                },
                {
                    "name": "regjsparser [-h | --help]",
                    "content": ""
                }
            ]
        },
        "OPTIONS": {
            "content": "flags flags to set options\n",
            "subsections": [
                {
                    "name": "version",
                    "content": "prints the version\n\nhelp   prints help screen\n\n"
                }
            ]
        },
        "FLAGS": {
            "content": "Currently, only u to enable Unicode support is available.\n\n",
            "subsections": []
        },
        "EXAMPLES": {
            "content": "regjsparser '^foo.bar$'\n\nregjsparser '[a-zA-Z0-9]'\n\nregjsparser -f u '^foo.bar$'\n\nregjsparser v0.2.1                           August 2017                              REGJSPARSER(1)",
            "subsections": []
        }
    },
    "summary": "regjsparser - Parser of Javascript regular expressions",
    "flags": [],
    "examples": [
        "regjsparser '^foo.bar$'",
        "regjsparser '[a-zA-Z0-9]'",
        "regjsparser -f u '^foo.bar$'",
        "regjsparser v0.2.1                           August 2017                              REGJSPARSER(1)"
    ],
    "see_also": []
}