Jump to content

Get rid of a "." and replace


rpaterick

Recommended Posts

GOT IT TO WORK

I shortened up the CASE SELECTION that was also part of the code and that worked. Not sure why it wasn't working with the entire CASE SELECTION code plus the stand alone REPLACE feature didn't work together.

 

Var1="Full Name";
CaseSelection="allcaps";

return Field("Full Name").replace(/[\<\>\/.]/g," ");

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...