MatchOption

public enum MatchOption: Int32, BitMaskOption

POSIX Regular Expression Matching Options */

  • Do not regard the beginning of the specified string as the beginning of a line; more generally, don’t make any assumptions about what text might precede it.

    Declaration

    Swift

    case NotBeginningOfLine
  • Do not regard the end of the specified string as the end of a line; more generally, don’t make any assumptions about what text might follow it.

    Declaration

    Swift

    case NotEndOfLine
  • Undocumented

    Declaration

    Swift

    public enum MatchOption: Int32, BitMaskOption
  • Undocumented

    Declaration

    Swift

    public enum MatchOption: Int32, BitMaskOption