We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
headius
Learn more about funding links in repositories.
Report abuse
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
Hi, this is similar to #335
On Windows it is working fine (As I expect it), on Linux it fails, as match returns nil:
file = 'Grey_s_Anatomy_Die_jungen_Aerzte_13.12.11_02-10_sixx_40_TVOON_DE.mpg.HQ.avi.otrkey.share-online' pattern=/(.*)_(\d\d).(\d\d).(\d\d)_(\d\d)-(\d\d)_(\w+)_(\d+)_TVOON_DE\.(.*)\.[a-zA-Z0-9]+\.(torrent|uploadhero|share-online)/i file.match(pattern) -> nil
The following pattern works on Linux too:
/(.*)_(\d\d).(\d\d).(\d\d)_(\d\d)-(\d\d)_(\w+)_(\d+)_TVOON_DE\.(.*)\.[a-zA-Z0-9]+\.(torrent|uploadhero|share\-online)/i
JRuby: 1.7.9 Java version "1.7.0_25" Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
The text was updated successfully, but these errors were encountered:
working as expected on >= 1.7.22
Sorry, something went wrong.
No branches or pull requests
Hi, this is similar to #335
On Windows it is working fine (As I expect it), on Linux it fails, as match returns nil:
The following pattern works on Linux too:
JRuby: 1.7.9
Java version "1.7.0_25"
Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
The text was updated successfully, but these errors were encountered: