top of page

Your daily Business with RegEx as a Developer

Aktualisiert: 4. Jan. 2022


We use Regular Expressions every single day!


You can easily search and replace anything you want. Like adding an additional parameter to the transferfields-method in your application, which will take care moving data from Business Central 14 to Business Central 18.


Search for this:

.Transferfields\((.*)\);

and replace by this:

.TransferFields($1,false);


Happy Coding!

118 Ansichten0 Kommentare

Aktuelle Beiträge

Alle ansehen

BeyondCues

Make your employees' everyday life easier and increase productivity at the same time. BEYOND Cues adds a tab to your role center with “Cues”. Among other things, the cues can be configured to display

bottom of page