GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Regexp::Lexer::TokenType(3) User Contributed Perl Documentation Regexp::Lexer::TokenType(3)

Regexp::Lexer::TokenType - Token types of Regexp::Lexer

This module provides token types for Regexp::Lexer.

Format of token type is bellow;

    {
        id => <ID of token>,
        name => <name of token>
    }

If you want to identify the token, I highly recommend you to use "id".

  • Character
  • BeginningOfLine
  • EndOfLine
  • MatchAny
  • Alternation
  • LeftParenthesis
  • RightParenthesis
  • LeftBracket
  • RightBracket
  • LeftBrace
  • RightBrace
  • LeftAngle
  • RightAngle
  • Equal
  • Plus
  • Minus
  • Asterisk
  • Sharp
  • Cap
  • Comma
  • Colon
  • Exclamation
  • Question
  • ArraySigil
  • ScalarSigil
  • SingleQuote
  • DoubleQuote
  • Newline
  • Return
  • Unknown
  • EscapedCharacter
  • EscapedTab
  • EscapedNewline
  • EscapedReturn
  • EscapedFormFeed
  • EscapedAlarm
  • EscapedEscape
  • EscapedControlChar
  • EscapedCharHex
  • EscapedCharUnicode
  • EscapedCharOct
  • EscapedLowerNext
  • EscapedUpperNext
  • EscapedLowerUntil
  • EscapedUpperUntil
  • EscapedQuoteMetaUntil
  • EscapedEnd
  • EscapedWordChar
  • EscapedNotWordChar
  • EscapedWhiteSpaceChar
  • EscapedNotWhiteSpaceChar
  • EscapedDigitChar
  • EscapedNotDigitChar
  • EscapedProp
  • EscapedNotProp
  • EscapedUnicodeExtendedChar
  • EscapedCChar
  • EscapedBackRef
  • EscapedKeepStuff
  • EscapedNotNewline
  • EscapedVerticalWhitespace
  • EscapedNotVerticalWhitespace
  • EscapedHorizontalWhitespace
  • EscapedNotHorizontalWhitespace
  • EscapedLinebreak
  • EscapedWordBoundary
  • EscapedNotWordBoundary
  • EscapedBeginningOfString
  • EscapedEndOfStringBeforeNewline
  • EscapedEndOfString
  • EscapedPos
  • EscapedFoldcase

Copyright (C) moznion.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

moznion <moznion@gmail.com>
2015-02-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.