Skip to content

MeilCli/regex-match

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

regex-match

CI-Master
regex match action

Input

  • regex_pattern
    • required
    • search regex pattern
  • regex_option
    • search regex option
  • search_string
    • required
    • searched string

Output

  • matched
    • true or false
  • matched_first
    • matched first string
  • matched_json
    • matched result json
    • attension: will not inculde index property
  • matched_has_index
    • has provided matched_index
    • true, false or unset
  • matched_index
    • matched index

Contributes

Could you want to contribute?

see Contributing.md

License

Using