Try to exclude or replace text before =

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
bWhy2

Try to exclude or replace text before =

Post by bWhy2 »

I try to remove text after =.

Example:

Org. file:
leftMenu.MyAdmin.reference=Control Data
download.This.controlTables=Control Tables

I want have:
Control Data
Control Tables

Thank you
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Post by DataMystic Support »

Find

=[^\r\n]*?

Replace with

=

Will you be purchasing soon?
Post Reply