Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added money support #3

Merged
merged 1 commit into from Dec 25, 2013
Merged

Conversation

vasilcovsky
Copy link
Contributor

$[ws][sign][digits,]digits[.fractional-digits][ws]

Elements in square brackets ([ and ]) are optional.
The following table describes each element.

ELEMENT DESCRIPTION
ws Optional white space.
sign An optional sign.
digits A sequence of digits ranging from 0 to 9.
, A culture-specific thousands separator symbol.
. A culture-specific decimal point symbol.
fractional-digits A sequence of digits ranging from 0 to 9.

$[ws][sign][digits,]digits[.fractional-digits][ws]

Elements in square brackets ([ and ]) are optional.
The following table describes each element.

ELEMENT             DESCRIPTION
ws                  Optional white space.
sign                An optional sign.
digits              A sequence of digits ranging from 0 to 9.
,                   A culture-specific thousands separator symbol.
.                   A culture-specific decimal point symbol.
fractional-digits   A sequence of digits ranging from 0 to 9.
madisonmay pushed a commit that referenced this pull request Dec 25, 2013
@madisonmay madisonmay merged commit 9bf249e into madisonmay:master Dec 25, 2013
@madisonmay
Copy link
Owner

Looks good to me! Thanks for the pull request.

@vasilcovsky
Copy link
Contributor Author

Thank you for good library.

On Tue, Dec 24, 2013 at 8:14 PM, Madison May notifications@github.comwrote:

Looks good to me! Thanks for the pull request.


Reply to this email directly or view it on GitHubhttps://github.com//pull/3#issuecomment-31188883
.

Igor Vasilcovsky
Skype: vasilcovsky

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants