Top "Extract" questions

Questions related to retrieving specific information from a (typically minimally structured) data source, such as a web site, media file, source code collection or compressed archive (in which case the desired information is one or more original, uncompressed files).

CakePHP 2.1 - How to properly use DISTINCT in find()

I have a question which is driving me crazy and I have to admit I am not that experienced in …

cakephp find cakephp-2.0 distinct extract
What is so wrong with extract()?

I was recently reading this thread, on some of the worst PHP practices. In the second answer there is a …

php arrays extract
Extract the SHA1 hash from a torrent file

I've had a look around for the answer to this, but I only seem to be able to find software …

python hash extract sha1 bittorrent
Get the strings before the comma with R

I am a beginner with R. Now, I have a vector in a data.frame like this city Kirkland, Bethesda, …

string r split extract
How to extract text in php using regex

My Text : 12a49803-713c-4204-a8e6-248e554a352d_ Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: base64 DQrn0…

php regex extract match
Is it possible to extract SubRip (SRT) subtitles from an MP4 video with ffmpeg?

I have checked the FFMpeg documentation and many forums and figured out the correct command-line to extract subtitles from an .…

ffmpeg extract subtitle srt
sed extract digits

I try to extract digits with sed: echo hgdfjg678gfdg kjg45nn | sed 's/.*\([0-9]\+\).*/\1/g' but result is: 5 How …

sed extract digits
How to extract all UPPER from a string? Python

#input my_string = 'abcdefgABCDEFGHIJKLMNOP' how would one extract all the UPPER from a string? #output my_upper = 'ABCDEFGHIJKLMNOP'

python string extract uppercase lowercase
How can I extract a multi-part rar file in linux?

I need to extract a multi part rar archive in the form of archive_1.exe archive_2.rar archive_3.rar. How …

linux extract archive
Extract number between brackets in Excel?

I've been searching up and down for an answer to this, but haven't found anything I can get to work. …

excel extract brackets