# Regexp-ID-NumVerbage **Repository Path**: mirrors_gitpan/Regexp-ID-NumVerbage ## Basic Information - **Project Name**: Regexp-ID-NumVerbage - **Description**: Read-only release history for Regexp-ID-NumVerbage - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Regexp::ID::NumVerbage - Regex pattern to match Indonesian number verbage in text VERSION version 0.01 SYNOPSIS use Regexp::ID::NumVerbage ($RE); say $1 if "pemasukan tahun ini mencapai tiga koma tujuh triliun" =~ /\b($RE)\b/; # "tiga koma tujuh triliun" EXPORTS $RE (regex) A regex for quickly matching/extracting verbage from text; it looks for a string of words. It's not perfect (the extracted verbage might not be valid, e.g. "dua ratus tiga ribu"), but it's convenient. SEE ALSO Regexp::EN::NumVerbage. AUTHOR perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2014 by perlancar@cpan.org. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.