Announcement

#1 2017-11-20 18:53:23

Defeatenonce
Member
2017-11-10
5

Regex

Hello/Hi/Greetings,

I need a little help. I want to sychronise some folders that contain an apastrophe
I tried the following in the config file ([^A-Za-z ''-]) but that doesnt seem to work.

like: testing's halo's whatevers's

is there any fix for this?

Piwigo version: 2.9.2
PHP version: 7.1
MySQL version: 5.6
Piwigo URL: [hidden]

Last edited by Defeatenonce (2017-11-20 18:54:11)

Offline

 

#2 2017-11-20 21:46:40

nicolas
Former Piwigo Team
2004-12-30
1232

Re: Regex

You must escape your single quote or put double quotes around the regular expression :

Code:

$conf['sync_chars_regex'] = '/^[a-zA-Z0-9-_.\' ]+$/';  // or "/^[a-zA-Z0-9-_.' ]+$/"

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact