Skip to content

Help with Openregex constructs #14

@p6jain

Description

@p6jain
  1. Can we use ? construct as reluctant quantifier (as it is in normal java regular expressions) too?
  2. Why does the following regular expression doesn't pick "is found" from the specified string.
    I am assuming that <string='.'>* means zero or more string of any length.
    Regular expression:
    < string='but' > < string='now' > < string='.
    ' > * ( < pos='VB.?' > * )
    Sentence:
    He was lost , but now he is found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions