Hi!
I want to fetch "name" as per the name of the journal.
<JOURNAL> name </JOURNAL>
name will be diff in diff files. I am reading file line by line and sending pattern
<JOURNAL>([-_\\w\\s])</JOURNAL> to match . it matches but it matches whole string.
I want within ( ) bracket as in perl we can get by $1 variable.
thanks in advance.
I want to fetch "name" as per the name of the journal.
<JOURNAL> name </JOURNAL>
name will be diff in diff files. I am reading file line by line and sending pattern
<JOURNAL>([-_\\w\\s])</JOURNAL> to match . it matches but it matches whole string.
I want within ( ) bracket as in perl we can get by $1 variable.
thanks in advance.
Comment