Details
-
Type: Patch
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.2.0
-
Fix Version/s: 4.2.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
Simplify stripSpaces by using the built in trim() instead of the '^\s*' and '\s*$' regular expressions. Provides minor performance improvement as well.