- Code: Select all
/(?<==)\w+(?=;|,)/
as your JavaScript regex object, so the line should be
- Code: Select all
var findResult = selectedText.match(/(?<==)\w+(?=;|,)/);
Welcome to the IDM Forum. This forum is meant as a user-to-user support mechanism where users can share knowledge and tips for all IDM software.
Since these forums are user-to-user based, IDM does not regularly read or reply to the posts in this forum. For problem reports, suggestions, or feature requests, you must email us directly. Our trained technical support staff answers most inquiries within 30 minutes.
/(?<==)\w+(?=;|,)/ var findResult = selectedText.match(/(?<==)\w+(?=;|,)/);
var findResult = selectedText.match(/(?<==)\w+(?=;|,)/);C133 C 1=UNNAMED_1_CON18_I1_A,
2=EARTH;
C133 C 1=EARTH,
2=UNNAMED_1_CER_I28_A;
C177 C 1=UNNAMED_2_CON18_I6_A,
2=EARTH;
U13 ACT138 1=UNNAMED_2_87C54C_I42,
2=UNNAMED_2_87C54C_I43,
3=UNNAMED_2_87C54C_I44,
4=_GND,
5=_GND,
6=UNNAMED_2_ACT138_I84,
8=_GND,
9=UNNAMED_1_DIGBLK_I47,
12=UNNAMED_1_DIGBLK_I46,
16=5V_VCC;
