I have many records in the database. They are like this '* FileName' How can I pull out of the expressions (*) documentFileName excelFileName ... only part document, excel ... with regular expression? Thank you!
Could you elaborate more? Are you trying to get the file types (document, excel) for each file or their names?