regex class : regex() fitter

Description

Get a new instance of regex class.

Syntax

new regex()

Arguments

None.

Return value

ClassDescription
regexA new instance of regex class. This instance has not been initialized.

Sample code

1:

regex pattern = new regex();

Notes

It is an automatically generated default fitter. It returns an instance as same as getting from the variable declaration.

The instance returned by this fitter has not been initialized.

Links for reference

None.

Copyright © Cooker All rights reserved.